home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Prg / DLLGIF.ZIP / GIFDLL.DEF < prev    next >
Text File  |  1993-08-02  |  512b  |  18 lines

  1. LIBRARY   GIFDLL
  2. EXETYPE   WINDOWS
  3. CODE      PRELOAD MOVEABLE DISCARDABLE
  4. DATA      PRELOAD MOVEABLE SINGLE
  5. HEAPSIZE  1024
  6. EXPORTS  
  7.              GIFEncode
  8.              Gif_File_To_DIB
  9.             WEP PRIVATE
  10. ; To implement your own Windows Exit Procedure add the following
  11. ; function to your application (referring to it in the .def file is
  12. ; not required.)  The extern "C" is only required if module is C++.
  13. ; extern "C" int FAR PASCAL _WEP(int)
  14. ; {
  15. ;       /* Your WEP functionality goes here */
  16. ;  return 1;
  17. ; }
  18.